ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / GenericCache<TKey,TValue,TCacheNodeFactory> Class / Add Method
Identifier or key for item to add.
Actual item to store.

In This Topic
    Add Method (GenericCache<TKey,TValue,TCacheNodeFactory>)
    In This Topic
    Add a new item into the cache.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal k As TKey, _
       ByVal v As TValue _
    ) 
    public void Add( 
       TKey k,
       TValue v
    )

    Parameters

    k
    Identifier or key for item to add.
    v
    Actual item to store.
    See Also